GenerativeComponents Help

DPoint3d vs Point3d

DPoint3d are not the same as Point3d's. Both are used in MicroStation, however in the COM model used particularly by VBA only Point3d's are used. In GC script only DPoint3d's are used. There is the same distinction between DVector3d & Vector3d. When using VB.Net or C#.Net, the user may well use a combination of the two and convert between them.